home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / tools / bison.lha / bison++-1.04 / ChangeLog < prev    next >
Text File  |  1989-06-09  |  8KB  |  215 lines

  1. Thu Apr 27 17:00:47 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  2.  
  3.     * version.c: Version 1.01.
  4.  
  5. Tue Apr 18 12:46:05 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  6.  
  7.     * conflicts.c (total_conflicts): Fixed typo in yacc style output;
  8.     mention conflicts if > 0.
  9.  
  10. Sat Apr 15 17:36:18 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  11.  
  12.     * reader.c (packsymbols): Start new symbols after 256.
  13.  
  14. Wed Apr 12 14:09:09 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  15.  
  16.     * reader.c (reader): Always assign code 256 to `error' token.
  17.     Always set `translations' to 1 so this code gets handled.
  18.     * bison.simple (YYERRCODE): Define it.
  19.  
  20. Tue Apr 11 19:26:32 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  21.  
  22.     * conflicts.c: If GNU C, use builtin alloca.
  23.  
  24.     * Makefile (install): Delete parser files before copying them.
  25.  
  26. Thu Mar 30 13:51:17 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  27.  
  28.     * getargs.c (getargs): Turn off checking of name Bison was invoked by.
  29.  
  30.     * Makefile (dist): Include ChangeLog in distrib.
  31.  
  32. Thu Mar 23 15:19:41 1989  Jay Fenlason  (hack at apple-gunkies.ai.mit.edu)
  33.  
  34.     * LR0.c closure.c conflicts.c derives.c files.c getargs.c lalr.c
  35.     lex.c main.c nullable.c output.c print.c reader.c reduce.c
  36.     symtab.c warshall.c:  A first pass at getting gcc -Wall to shut up.
  37.     Mostly declared    functions as void, etc.
  38.  
  39.     * reduce.c moved 'extern int fixed_outfiles;' into print_notices()
  40.     where it belongs.
  41.  
  42. Wed Mar  1 12:33:28 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  43.  
  44.     * types.h, symtab.h, state.h, new.h, machine.h, lex.h, gram.h,
  45.     files.h, closure.c, vmsgetargs.c, warshall.c, symtab.c, reduce.c,
  46.     reader.c, print.c, output.c, nullable.c, main.c, lex.c, lalr.c,
  47.     gram.c, getargs.c, files.c, derives.c, conflicts.c, allocate.c,
  48.     LR0.c, Makefile, bison.simple: Changed copyright notices to be in
  49.     accord with the new General Public License.
  50.     * COPYING: Made a link to the new copying file.
  51.  
  52. Wed Feb 22 06:18:20 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  53.  
  54.     * new.h (FREE): Alternate definition for __STDC__ avoids error
  55.     if `free' returns void.
  56.  
  57. Tue Feb 21 15:03:34 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  58.  
  59.     * reader.c (read_declarations): Double a `%' in a format string.
  60.     (copy_definition, parse_start_decl, parse_token_decl): Likewise.
  61.     (parse_type_decl, parse_union_decl, copy_guard, readgram, get_type).
  62.     (copy_action): change a `fatal' to `fatals'.
  63.  
  64.     * lalr.c (map_goto): Initial high-end of binary search was off by 1.
  65.  
  66. Sat Feb 18 08:49:57 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  67.  
  68.     * bison.simple [sparc]: Include alloca.h.
  69.  
  70. Wed Feb 15 06:24:36 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  71.  
  72.     * reader.c (packsymbols): Write decl of yylval into .tab.h file.
  73.  
  74. Sat Jan 28 18:19:05 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  75.  
  76.     * bison.simple: Avoid comments on `#line' lines.
  77.  
  78.     * reader.c (LTYPESTR): Rearrange to avoid whitespace after \-newline.
  79.  
  80. Mon Jan  9 18:43:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  81.  
  82.     * conflicts.c (total_conflicts): if -y, use output syntax POSIX wants.
  83.     * reduce.c (print_notices): likewise.
  84.  
  85.     * lex.c (lex): Handle \v, and \x hex escapes.
  86.  
  87.     * reader.c (reader): Merge output_ltype into here.
  88.     Don't output YYLTYPE definition to .tab.h file
  89.     unless the @ construct is used.
  90.  
  91.     * bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
  92.     * reader.c (output_ltype): Don't output them here.
  93.  
  94.     * bison.simple: YYDEBUG now should be 0 or 1.
  95.     * output.c (output): For YYDEBUG, output conditional to define it
  96.     only if not previously defined.
  97.  
  98. Mon Jan  2 11:29:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  99.  
  100.     * bison.simple (yyparse) [YYPURE]: Add local yynerrs.
  101.     (yydebug): Declare global, but don't initialize, regardless of YYPURE.
  102.     (yyparse): Don't declare yydebug here.
  103.  
  104. Thu Dec 22 22:01:22 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  105.  
  106.     * reduce.c (print_notices): Typo in message.
  107.  
  108. Sun Dec 11 11:32:07 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  109.  
  110.     * output.c (pack_table): Free only nonzero the elts of froms & tos.
  111.  
  112. Thu Dec  8 16:26:46 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  113.  
  114.     * gram.c (rprecsym): New vector indicates the %prec symbol for a rule.
  115.     * reader.c (packgram): Allocate it and fill it in.
  116.     * reduce.c (inaccessable_symbols): Use it to set V1.
  117.     * reduce.c (print_results): Don't complain about useless token
  118.     if it's in V1.
  119.  
  120. Mon Dec  5 14:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  121.  
  122.     * machine.h (RESETBIT, BITISSET): New macros.
  123.     (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
  124.  
  125.     * reduce.c: New file, by David Bakin.  Reduces the grammar.
  126.     * Makefile: Compile it, link it, put it in dist.
  127.  
  128.     * main.c (main): Call reduce_grammar (in reduce.c).
  129.  
  130. Thu Nov 17 18:33:04 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  131.  
  132.     * conflicts.c: Don't declare alloca if including alloca.h.
  133.  
  134.     * bison.cld: Define qualifiers `nolines', `debug'.
  135.     * vmsgetargs.c (getargs): Handle them.
  136.  
  137.     * output.c (output_program): Notice `nolinesflag'.
  138.  
  139.     * output.c (output_parser): Simplify logic for -l and #line.
  140.     Avoid writing EOF char into output.
  141.  
  142. Wed Oct 12 18:00:03 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  143.  
  144.     * Implement `-l' option.
  145.     * getopt.c: Set flag `nolinesflag'.
  146.     * reader.c (copy_definition, parse_union_decl, copy_guard, copy_action)
  147.     Obey that flag; don't generate #line.
  148.     * output.c (output_parser): Discard #line's when copying the parser.
  149.  
  150. Mon Sep 12 16:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  151.  
  152.     * reader.c (copy_guard): Fix brace-counting for brace-surrounded guard.
  153.  
  154. Thu Sep  8 20:09:53 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  155.  
  156.     * bison.simple: Correct number in #line command.
  157.     (yyparse): Call YYABORT instead of YYERROR, due to last change in
  158.     output_ltype.
  159.  
  160. Mon Sep  5 14:55:30 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  161.  
  162.     * Makefile: New variable LIBS.  Alternatives for USG.
  163.     * conflicts.c [USG]: Define bcopy.
  164.     * symtab.c [USG]: Include string.h instead of strings.h.
  165.  
  166.     * conflicts.c [sparc]: Include alloca.h.
  167.  
  168. Tue Aug  2 08:38:38 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  169.  
  170.     * reader.c (parse_token_decl): Ignore commas.
  171.  
  172. Sat Jun 25 10:29:20 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  173.  
  174.     * reader.c (output_ltype): Make YYERROR yacc-compatible (like YYFAIL).
  175.  
  176. Fri Jun 24 11:25:11 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  177.  
  178.     * getargs.c (getargs): -t sets debugflag.
  179.     Eliminate upper case duplicate options.
  180.     * output.c (output): If debugflag, output `#define YYDEBUG'.
  181.  
  182. Thu May 26 06:04:21 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  183.  
  184.     * allocate.c (mallocate): New name for `allocate' (which loses in VMS).
  185.     Calls changed in LR0.c, conflicts.c, symtab.c, new.h.
  186.  
  187.     * getargs.c (getargs): If argv[0] is "yacc", set fixed_outfiles.
  188.  
  189. Tue May 17 12:15:30 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  190.  
  191.     * conflicts.c: Declare alloca.
  192.     * reader.c: Declare realloc.
  193.     * warshall.c (TC): Fix one arithmetic op that was omitted last time.
  194.  
  195. Thu May  5 14:36:03 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  196.  
  197.     * bison.simple: Conditionalize most refs to yylsp on YYLSP_NEEDED.
  198.     * reader.c (copy_guard, copy_action): Notice if `@' is used.
  199.     (reader): If it was, output `#define YYLSP_NEEDED'.
  200.  
  201. Mon Apr 18 04:54:32 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  202.  
  203.     * bison.simple: New variable yynerr counts calls to yyerror.
  204.  
  205.     * lex.c (lex, case '='): Update lineno when skipping a newline.
  206.  
  207.     * reader.c (parse_expect_decl): ungetc the char that ends the number;
  208.     don't read any further.  This handles multi-line comments right
  209.     and avoids incorrect lineno.
  210.  
  211.     * reader.c: Delete duplicate decl of symval.
  212.  
  213.     * warshall.c (RTC, TC): Cast ptrs to char *, not unsigned, for arith.
  214.  
  215.